home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C ++ / Applications / NeuroSim 1.0.2 / Documentation / About the source code next >
Encoding:
Text File  |  1997-03-25  |  2.8 KB  |  90 lines  |  [ttro/ttxt]

  1. _______________________________________________________________
  2. NeuroSim — A freeware Mac application
  3. Version 1.0.2 (March 1997)
  4.  
  5. By Timo Eloranta
  6. Copyright © 1996-97 Brown Eyes Software
  7. All rights reserved.
  8.  
  9. Internet e-mail:  timo.eloranta@ac.com        
  10. _______________________________________________________________
  11.  
  12. If you haven't yet read the general ReadMe for NeuroSim, please do so first.
  13. This file has just some additional notes about the source code.
  14.  
  15. Contents 
  16.  
  17.   •  Description
  18.   •  Requirements
  19.   •  Known Weaknesses
  20.   •  Distribution
  21.   •  Fine Print
  22.   •  Contacting the Author
  23.  
  24.  
  25. Description
  26.  
  27. This package includes the full PowerPlant based C++ source code for 
  28. NeuroSim - a simple freeware neural net simulator for Macintosh.
  29. (If you're not a Mac programmer, you've probably downloaded
  30. the wrong file...) The code is (IMHO) pretty well documented. 
  31.  
  32.   
  33. Requirements
  34.  
  35.   •  CodeWarrior 11 or later (for the grayscale appearance classes)
  36.   •  some sort of C++ skills...
  37.  
  38.  
  39. Known Weaknesses
  40.  
  41. Weaknesses? In _my_ code?!? <grin>
  42. Actually I'm hardly a C++/PowerPlant guru, so you shouldn't trust
  43. that the way I do things would be the right way. But hopefully this
  44. code is good enough to help struggling PowerPlant beginners.
  45.  
  46. If you have any suggestions for improving this code, I'd be very
  47. happy to hear from you. But if you'd just like to see new features
  48. added to NeuroSim, you'll probably have to add them yourself...
  49.  
  50.         
  51. Distribution  
  52.  
  53. The source code for NeuroSim is freeware, which means that you can
  54. use it as you like free of charge, but that I still retain the copyright.
  55. More specifically, the source code cannot be sold for a profit or 
  56. distributed thru a commercial channel without my written
  57. consent. Distribution via online services, BBS's, Internet,
  58. person-to-person and other non-commercial means is acceptable
  59. provided that all original and unaltered files are included in the package. 
  60.  
  61.  
  62. Fine Print
  63.  
  64. [  Here comes the more or less obligatory boring stuff...  ]
  65.  
  66. The source code for NeuroSim is supplied "as is". The author makes no
  67. warranties, either express or implied, and will not be liable for any special,
  68. incidental, consequential or indirect damages, including but not limited to
  69. loss of data or psychological damage. The person using this source code
  70. bears all risk as to its quality and performance. By using this source code,
  71. you are subject and agree to the terms in this disclaimer. In short, use
  72. the source code for NeuroSim at your own risk.
  73.  
  74.  
  75. Contacting the Author
  76.  
  77. For questions, praise, bug reports (oh no!), comments and job offers, I can be
  78. reached via Internet e-mail at
  79.  
  80.   timo.eloranta@ac.com
  81.  
  82. or by "snail mail" (postcards would be greatly appreciated!) at
  83.  
  84.   Timo Eloranta
  85.   Vänrikki Stoolin katu 10B A2
  86.   FIN-00100 Helsinki
  87.   Finland (Europe)
  88.  
  89. _______________________________________________________________
  90.